3.3.62 \(\int \frac {1}{x^2 (4+6 x)^2} \, dx\) [262]

Optimal. Leaf size=35 \[ -\frac {1}{16 x}-\frac {3}{16 (2+3 x)}-\frac {3 \log (x)}{16}+\frac {3}{16} \log (2+3 x) \]

[Out]

-1/16/x-3/16/(2+3*x)-3/16*ln(x)+3/16*ln(2+3*x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {46} \begin {gather*} -\frac {1}{16 x}-\frac {3}{16 (3 x+2)}-\frac {3 \log (x)}{16}+\frac {3}{16} \log (3 x+2) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x^2*(4 + 6*x)^2),x]

[Out]

-1/16*1/x - 3/(16*(2 + 3*x)) - (3*Log[x])/16 + (3*Log[2 + 3*x])/16

Rule 46

Int[((a_) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d*x
)^n, x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && ILtQ[m, 0] && IntegerQ[n] &&  !(IGtQ[n, 0] && Lt
Q[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {1}{x^2 (4+6 x)^2} \, dx &=\int \left (\frac {1}{16 x^2}-\frac {3}{16 x}+\frac {9}{16 (2+3 x)^2}+\frac {9}{16 (2+3 x)}\right ) \, dx\\ &=-\frac {1}{16 x}-\frac {3}{16 (2+3 x)}-\frac {3 \log (x)}{16}+\frac {3}{16} \log (2+3 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 31, normalized size = 0.89 \begin {gather*} \frac {1}{16} \left (-\frac {1}{x}-\frac {3}{2+3 x}-3 \log (x)+3 \log (2+3 x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x^2*(4 + 6*x)^2),x]

[Out]

(-x^(-1) - 3/(2 + 3*x) - 3*Log[x] + 3*Log[2 + 3*x])/16

________________________________________________________________________________________

Maple [A]
time = 0.10, size = 28, normalized size = 0.80

method result size
default \(-\frac {1}{16 x}-\frac {3}{16 \left (2+3 x \right )}-\frac {3 \ln \left (x \right )}{16}+\frac {3 \ln \left (2+3 x \right )}{16}\) \(28\)
risch \(\frac {-\frac {3 x}{8}-\frac {1}{8}}{x \left (2+3 x \right )}-\frac {3 \ln \left (x \right )}{16}+\frac {3 \ln \left (2+3 x \right )}{16}\) \(31\)
norman \(\frac {-\frac {1}{8}+\frac {9 x^{2}}{16}}{x \left (2+3 x \right )}-\frac {3 \ln \left (x \right )}{16}+\frac {3 \ln \left (2+3 x \right )}{16}\) \(32\)
meijerg \(-\frac {1}{16 x}-\frac {3}{32}-\frac {3 \ln \left (x \right )}{16}+\frac {3 \ln \left (2\right )}{16}-\frac {3 \ln \left (3\right )}{16}+\frac {27 x}{64 \left (\frac {9 x}{2}+3\right )}+\frac {3 \ln \left (1+\frac {3 x}{2}\right )}{16}\) \(38\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^2/(4+6*x)^2,x,method=_RETURNVERBOSE)

[Out]

-1/16/x-3/16/(2+3*x)-3/16*ln(x)+3/16*ln(2+3*x)

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 31, normalized size = 0.89 \begin {gather*} -\frac {3 \, x + 1}{8 \, {\left (3 \, x^{2} + 2 \, x\right )}} + \frac {3}{16} \, \log \left (3 \, x + 2\right ) - \frac {3}{16} \, \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(4+6*x)^2,x, algorithm="maxima")

[Out]

-1/8*(3*x + 1)/(3*x^2 + 2*x) + 3/16*log(3*x + 2) - 3/16*log(x)

________________________________________________________________________________________

Fricas [A]
time = 0.57, size = 48, normalized size = 1.37 \begin {gather*} \frac {3 \, {\left (3 \, x^{2} + 2 \, x\right )} \log \left (3 \, x + 2\right ) - 3 \, {\left (3 \, x^{2} + 2 \, x\right )} \log \left (x\right ) - 6 \, x - 2}{16 \, {\left (3 \, x^{2} + 2 \, x\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(4+6*x)^2,x, algorithm="fricas")

[Out]

1/16*(3*(3*x^2 + 2*x)*log(3*x + 2) - 3*(3*x^2 + 2*x)*log(x) - 6*x - 2)/(3*x^2 + 2*x)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 31, normalized size = 0.89 \begin {gather*} \frac {- 3 x - 1}{24 x^{2} + 16 x} - \frac {3 \log {\left (x \right )}}{16} + \frac {3 \log {\left (x + \frac {2}{3} \right )}}{16} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**2/(4+6*x)**2,x)

[Out]

(-3*x - 1)/(24*x**2 + 16*x) - 3*log(x)/16 + 3*log(x + 2/3)/16

________________________________________________________________________________________

Giac [A]
time = 0.72, size = 40, normalized size = 1.14 \begin {gather*} -\frac {3}{16 \, {\left (3 \, x + 2\right )}} + \frac {3}{32 \, {\left (\frac {2}{3 \, x + 2} - 1\right )}} - \frac {3}{16} \, \log \left ({\left | -\frac {2}{3 \, x + 2} + 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(4+6*x)^2,x, algorithm="giac")

[Out]

-3/16/(3*x + 2) + 3/32/(2/(3*x + 2) - 1) - 3/16*log(abs(-2/(3*x + 2) + 1))

________________________________________________________________________________________

Mupad [B]
time = 0.09, size = 34, normalized size = 0.97 \begin {gather*} \frac {3\,\ln \left (\frac {6\,x+4}{x}\right )}{16}-\frac {3}{4\,\left (6\,x+4\right )}-\frac {1}{4\,x\,\left (6\,x+4\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^2*(6*x + 4)^2),x)

[Out]

(3*log((6*x + 4)/x))/16 - 3/(4*(6*x + 4)) - 1/(4*x*(6*x + 4))

________________________________________________________________________________________